OCPBUGS-84517: Add terminationMessagePolicy to openshift-marketplace Cronjobs#2800
Conversation
|
@jrangelramos: This pull request references Jira Issue OCPBUGS-84517, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
WalkthroughTwo CronJob manifests add ChangesCronJob container termination message policy
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…CronJobs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
410d57e to
d815a53
Compare
|
/jira refresh |
|
@jrangelramos: This pull request references Jira Issue OCPBUGS-84517, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
hello @joshbranham @rogbas !! Could you please review this PR? |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joshbranham, jrangelramos The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@jrangelramos: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@jrangelramos: Jira Issue OCPBUGS-84517: Some pull requests linked via external trackers have merged: The following pull request, linked via external tracker, has not merged:
All associated pull requests must be merged or unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-84517 has not been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
What type of PR is this?
bug
What this PR does / why we need it?
Adds
terminationMessagePolicy: FallbackToLogsOnErrorto theosd-patch-subscription-sourceandohss-50230-redhat-operators-recoveryCronJob containers inns/openshift-marketplace.This fixes the Sippy CI flake:
[Monitor:termination-message-policy][sig-arch] all containers in ns/openshift-marketplace must have terminationMessagePolicy=FallbackToLogsOnErrorWhich Jira/Github issue(s) this PR fixes?
Fixes https://issues.redhat.com/browse/OCPBUGS-84517
Special notes for your reviewer:
Both CronJobs in
openshift-marketplacewere missing the policy. After this fix, the exemption for this namespace inopenshift/origincan be removed.Pre-checks (if applicable):
Summary by CodeRabbit